home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / circuit.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-10-24  |  1.0 KB  |  34 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="circuit" _label="Circuit">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="100000" default="20000"
  10.           convert="invert"/>
  11.  
  12.   <number id="count" type="slider" arg="-parts %"
  13.           _label="Parts" _low-label="One" _high-label="Lots"
  14.           low="1" high="30" default="10"/>
  15.  
  16.   <number id="speed" type="slider" arg="-rotate-speed %"
  17.           _label="Rotation speed" _low-label="Slow" _high-label="Fast"
  18.           low="0" high="100" default="1"/>
  19.   <boolean id="spin"   _label="Spin" arg-unset="-no-spin"/>
  20.  
  21.   <select id="render">
  22.     <option id="flat"  _label="Flat coloring" arg-set="-no-light"/>
  23.     <option id="light" _label="Directional lighting"/>
  24.   </select>
  25.  
  26.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  27.  
  28.   <_description>
  29. Animates a number of 3D electronic components.
  30.  
  31. Written by Ben Buxton; 2001.
  32.   </_description>
  33. </screensaver>
  34.